LiteDAC

TLiteConnection Methods

Methods of the TLiteConnection class.

For a complete list of the TLiteConnection class members, see the TLiteConnection Members topic.

Public

Name Description

ApplyUpdates (inherited from TCustomDAConnection)

Overloaded. Applies changes in datasets.

Commit (inherited from TCustomDAConnection)

Commits current transaction.

Connect (inherited from TCustomDAConnection)

Establishes a connection to the server.

CreateDataSet

Returns a new instance of TLiteQuery class and associates it with the connection object.

CreateMetaData

Returns a new instance of TLiteMetaData class and associates it with the connection object.

CreateSQL

Returns a new instance of TLiteSQL class and associates it with the connection object.

CreateTransaction

Returns a new instance of TLiteTransaction class and associates it with the connection object.

Disconnect (inherited from TCustomDAConnection)

Performs disconnect.

EncryptDatabase

Encrypt the connected database with the encryption key specified.

GetKeyFieldNames (inherited from TCustomDAConnection)

Provides a list of available key field names.

GetTableNames (inherited from TCustomDAConnection)

Provides a list of available tables names.

MonitorMessage (inherited from TCustomDAConnection)

Sends a specified message through the TCustomDASQLMonitor component.

Ping (inherited from TCustomDAConnection)

Used to check state of connection to the server.

ReleaseSavepoint

Releases the specified savepoint without affecting any work that has been performed after its creation.

RemoveFromPool (inherited from TCustomDAConnection)

Marks the connection that should not be returned to the pool after disconnect.

Rollback (inherited from TCustomDAConnection)

Discards all current data changes and ends transaction.

RollbackToSavepoint

Cancels all updates for the current transaction.

Savepoint

Defines a point in the transaction to which you can roll back later.

StartTransaction

Overloaded. Begins a new user transaction.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback